CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - dct image compression

搜索资源列表

  1. work.rar

    3下载:
  2. 常用图像压缩编码码matlab实现。包括:DM编码、变换编码(FFT和DCT)、算术编码、行程编码、Huffman编码、线性预测编码和一个近似的JPEG编码过程。非常适合入门用户实践。,Commonly used image compression coding matlab code to achieve. Including: DM coding, transform coding (FFT and DCT), arithmetic coding, Run-Length Coding, Hu
  3. 所属分类:压缩解压

    • 发布日期:2017-04-10
    • 文件大小:181294
    • 提供者:liliang
  1. dct.rar

    0下载:
  2. 已知两个不同图像块亮度数据如下: (1)分析DCT原理,采用DCT方法,编程并计算相应的DCT系数,分析系数分布特点。 (2)依据视觉特性分析量化表步长的分布特点,完成DCT系数量化。 (3)采用Z形扫描,实现输出数据的统计编码,形成Video stream。 (4)采用IDCT重建图像亮度数据,计算SAD大小,分析产生误差的原因及采用DCT进行数据压缩的原理。( ) (5)分别利用左上角1、3、6个系数重建图像,计算相应的SAD,并由
  3. 所属分类:Video Capture

    • 发布日期:2017-03-23
    • 文件大小:804
    • 提供者:张元
  1. dct

    4下载:
  2. 利用DCT进行图像压缩(首先将图像分割成8×8的图像,对每个子图像进行DCT,这样每个子图像有64个系数,舍去50%小的变换系数,进行2:1的压缩。)-The use of DCT for image compression
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:218073
    • 提供者:nn
  1. DCT

    0下载:
  2. 数字信号处理实验,DCT图像压缩,内含有matlab实验m文件以及实验报告,供大家参考。-Digital signal processing experiment, DCT image compression, contains matlab experiment m documents and the experiment report for your reference.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-17
    • 文件大小:64326
    • 提供者:
  1. DCT

    0下载:
  2. 基于Matlab GUI的图像的DCT,自由调节压缩率,计算峰值信噪比,并图形化对比还原图像-Matlab GUI for image-based DCT, freely adjust compression rates, the peak signal to noise ratio, and reduction of image contrast graphic
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:205026
    • 提供者:桂树
  1. DCT

    2下载:
  2. 将图象分块(8*8),作DCT变换,并作IDCT:DCT是一种可分离图象变换,用来图象压缩编码,IDCT用来解压缩。-The image sub-block (8* 8) for the DCT transform, and to make IDCT: DCT is a separable image transformations, is used to image compression coding, IDCT is used to decompress.
  3. 所属分类:matlab例程

    • 发布日期:2013-05-21
    • 文件大小:7195
    • 提供者:zy
  1. dct

    1下载:
  2. DCT图像压缩算法。1.图象进行归一化 2.显示系数图象 3.重构及显示图象 4.显示误差图象 5.计算归一化图象的均方误差 -DCT image compression algorithm. 1. Images were normalized 2. Shows coefficient image 3. Reconstruction and display of images 4. Show the error images 5. Calculated normalized mean squar
  3. 所属分类:Wavelet

    • 发布日期:2017-04-02
    • 文件大小:1159
    • 提供者:wjs
  1. signal-analysis

    0下载:
  2. dctcom.m文件利用DCT变换完成对输入图像进行压缩;imagecbe.m完成对输入的两幅RGB图像用小波分析的方法进行图像融合 imagecom.m完成对输入的RGB图像用小波分析的方法进行自动降噪,得到高频系数阈值,降噪效果百分比和结果 wavelet1D.m完成对输入的一维信号进行多尺度离散小波分解 wavelet2D完成对输入的二维信号进行多尺度离散小波分解;zigzag.m完成对输入的8*8矩阵按照zigzag排列抽取数据.-document the use of DCT tran
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:3571
    • 提供者:zhouhao
  1. MATLABDCT

    0下载:
  2. 基于MATLAB的DCT变换在jpeg图像压缩中的应用-MATLAB-based DCT transform in the jpeg image compression
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-05
    • 文件大小:109350
    • 提供者:zhanglei
  1. dct

    0下载:
  2. 实现图像压缩中的DCT变换,尤其是对于H.264视频标准中的DCT变换。-The realization of image compression in DCT transformation, especially for H.264 video standard DCT transform.
  3. 所属分类:Graph program

    • 发布日期:2017-03-23
    • 文件大小:1967
    • 提供者:张小伟
  1. dct

    2下载:
  2. 利用DCT变化对tif图像进行压缩利用DCT变换进行图像压缩的MATLAB程序-Changes in the use of DCT compression of tif images using DCT transform image compression MATLAB program
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-22
    • 文件大小:802608
    • 提供者:ruiomar
  1. dct-thesis

    0下载:
  2. Project 2D DCT core - specifications and codes-Project 2D DCT core- specifications and codes
  3. 所属分类:Project Design

    • 发布日期:2017-04-24
    • 文件大小:494153
    • 提供者:student
  1. JPEGCOMPRESS

    0下载:
  2. 这是一个基于DCT的图像JPEG压缩程序,并将压缩码保存在一TXT文本中-This is a DCT-based JPEG image compression process, and code stored in a compressed text in TXT
  3. 所属分类:Graph program

    • 发布日期:2017-03-26
    • 文件大小:59211
    • 提供者:yang
  1. dct-fft

    0下载:
  2. This the Discrete cosine tranform matlad code which is useful for image compression and also it show-This is the Discrete cosine tranform matlad code which is useful for image compression and also it show
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:1096505
    • 提供者:sunil
  1. dct

    0下载:
  2. a dct code i tried.. the image compression using dct divides the image into various blocks n the performs the dct code on it -a dct code i tried.. the image compression using dct divides the image into various blocks n the performs the dct code on it
  3. 所属分类:software engineering

    • 发布日期:2017-03-27
    • 文件大小:787
    • 提供者:anup
  1. code

    0下载:
  2. 基于FFT变换、DCT变换、HT变换、小波变换和矢量量化技术的图像压缩的Matlab实现。-Based on the FFT transform, DCT transform, HT transform, wavelet transform and vector quantization image compression technology, the Matlab implementation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-01
    • 文件大小:4096
    • 提供者:Anna
  1. dct-image-compression

    0下载:
  2. 裡面有包含圖片跟jpeg壓縮的主要程序DCT的演算法,會秀出作dct轉換的前後圖片-Contains a picture inside the main program with the jpeg compression algorithm DCT will be showed off pictures before and after conversion for dct
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-04-03
    • 文件大小:311772
    • 提供者:傅敬柏
  1. image-compression

    0下载:
  2. 使用分块DCT变换实现图像的压缩编码和解码。-Using the block DCT transform image compression coding and decoding.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-22
    • 文件大小:1004991
    • 提供者:wangyanan
  1. DCT-image-compression

    0下载:
  2. 基于DCT的图像压缩,可以自己改变量化强度,绝对可用!-DCT-image compression
  3. 所属分类:Special Effects

    • 发布日期:2017-04-24
    • 文件大小:179564
    • 提供者:jxz
  1. Image Compression with DCT

    0下载:
  2. 基于DCT的图像压缩的简单例子,方便新手学习。(DCT based image compression simple example, easy for beginners to learn.)
  3. 所属分类:图形图像处理

    • 发布日期:2017-12-23
    • 文件大小:240640
    • 提供者:郑景仁
« 12 3 4 5 6 7 8 9 10 ... 20 »
搜珍网 www.dssz.com